Skip to content

Chore(deps): Bump @nextcloud/axios from 2.5.2 to 2.6.0#1332

Merged
skjnldsv merged 2 commits into
stable33from
dependabot/npm_and_yarn/stable33/nextcloud/axios-2.6.0
May 21, 2026
Merged

Chore(deps): Bump @nextcloud/axios from 2.5.2 to 2.6.0#1332
skjnldsv merged 2 commits into
stable33from
dependabot/npm_and_yarn/stable33/nextcloud/axios-2.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/axios from 2.5.2 to 2.6.0.

Release notes

Sourced from @​nextcloud/axios's releases.

v2.6.0

2.6.0 - 2026-04-21

Notes

Deprecations

Axios.CancelToken is now deprecated, this was deprecated by upstream Axios since 0.22.0. Please migrate to the native AbortController API using the signal attribute within the Axios request configuration.

Behavior changes

This package now only contains Javascript module (ESM) files, meaning the CommonJS files have been dropped. All app bundling tools we provide and support (Vite or Webpack 5+) will keep working without any changes needed. For unit tests vitest will keep working as well, for Jest you might need to adjust the transformIgnorePatterns.

Fixed

  • fix: fetch token using @nextcloud/auth which updates the token on context (#913)
  • fix: axios does not preserve symbols in its config (#916)

Changed

  • Updated development dependencies
  • build(deps): Removed dependency on @nextcloud/router
  • build(deps): Added dependency on @nextcloud/auth 2.6.0+
  • build(deps): Bump axios to 1.15.0
  • ci: update all workflow templates from organization template repository (#905)
  • chore: deprecate Axios.CancelToken (#918)
  • chore: drop cjs and migrate building to vanilla Typescript (#919)
Changelog

Sourced from @​nextcloud/axios's changelog.

2.6.0 - 2026-04-16

Notes

Deprecations

Axios.CancelToken is now deprecated, this was deprecated by upstream Axios since 0.22.0. Please migrate to the native AbortController API using the signal attribute within the Axios request configuration.

Behavior changes

This package now only contains Javascript module (ESM) files, meaning the CommonJS files have been dropped. All app bundling tools we provide and support (Vite or Webpack 5+) will keep working without any changes needed. For unit tests vitest will keep working as well, for Jest you might need to adjust the transformIgnorePatterns.

Fixed

  • fix: fetch token using @nextcloud/auth which updates the token on context (#913)
  • fix: axios does not preserve symbols in its config (#916)

Changed

  • Updated development dependencies
  • build(deps): Removed dependency on @nextcloud/router
  • build(deps): Added dependency on @nextcloud/auth 2.6.0+
  • build(deps): Bump axios to 1.15.0
  • ci: update all workflow templates from organization template repository (#905)
  • chore: deprecate Axios.CancelToken (#918)
  • chore: drop cjs and migrate building to vanilla Typescript (#919)
Commits
  • 06dfd2b Merge pull request #920 from nextcloud-libraries/chore/prepare-v2-6-0
  • 7f9f1df chore: prepare v2.6.0
  • f0c1df1 Merge pull request #919 from nextcloud-libraries/chore/typescript
  • 21833ab chore: drop cjs and migrate building to vanilla Typescript
  • e1ddc89 Merge pull request #913 from nextcloud-libraries/fix/fetch-and-set-token
  • 96588b9 fix: fetch token using @nextcloud/auth which updates the token on context
  • c35a05c Merge pull request #916 from nextcloud-libraries/fix/axios
  • 6a4c5c5 fix: axios does not preserve symbols in config
  • 987e803 test: rename folder to comply with internal standards
  • 07b285d test: migrate tests for real browser tests using vitest browsermode +MSW
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​nextcloud/axios since your current version.


@dependabot dependabot Bot added 3. to review dependencies Pull requests that update a dependency file labels May 2, 2026
Bumps [@nextcloud/axios](https://github.com/nextcloud-libraries/nextcloud-axios) from 2.5.2 to 2.6.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-axios/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-axios@v2.5.2...v2.6.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/axios"
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/stable33/nextcloud/axios-2.6.0 branch from b437989 to c5d6d50 Compare May 21, 2026 13:04
@skjnldsv

Copy link
Copy Markdown
Member

/compile rebase

@skjnldsv
skjnldsv enabled auto-merge May 21, 2026 13:07
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@skjnldsv
skjnldsv merged commit 3585e88 into stable33 May 21, 2026
34 checks passed
@skjnldsv
skjnldsv deleted the dependabot/npm_and_yarn/stable33/nextcloud/axios-2.6.0 branch May 21, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants